home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00066.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  248 b   |  13 lines

  1. on mouseDown
  2.   global gNickLite
  3.   set gNickLite to the clickOn
  4.   buttonClick1(["on", "off"])
  5. end
  6.  
  7. on mouseUp
  8.   radioGroup([7, 8, 9, 11, 12, 13, 14, 15, 16], "on", "off")
  9.   put "2" into field "MyNickNum"
  10.   puppetSound(1, "MrW2")
  11.   updateStage()
  12. end
  13.